From cc4cf2ca38e6972ccef628671c1132fa74b474bb Mon Sep 17 00:00:00 2001 From: Camila Ayres Date: Tue, 25 Feb 2025 10:11:29 +0100 Subject: [PATCH] Remove helpUlr() call from string. Co-authored-by: Jyrki Gadinger Signed-off-by: Camila Ayres --- src/libsync/theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index 258e89a3c..59f1d5ef7 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -417,7 +417,7 @@ QString Theme::developerStringInfo() const const auto osName = osStringList.at(0); const auto devString = QString(tr("%1 Desktop Client Version %2 (%3)", "%1 is application name. %2 is the human version string. %3 is the operating system name.")) - .arg(APPLICATION_NAME, QString::fromLatin1(MIRALL_HUMAN_VERSION_STRING), osName, helpUrl()); + .arg(APPLICATION_NAME, QString::fromLatin1(MIRALL_HUMAN_VERSION_STRING), osName); return devString; } -- 2.30.2